home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / unzip51.zip / ATARI / README < prev   
Text File  |  1994-01-08  |  2KB  |  43 lines

  1. Here it is, finally...  the diffs to UnZip 5.1 for the Atari ST/TT/Falcon
  2. platform!
  3.  
  4. This took me longer than I expected thanks to a *problem* with the MiNT
  5. library (as of pl.41 it's still there)...  symlinks are 0x16000 instead
  6. of 0xa000; I hope this isn't due to compatibilty with DOS filesystems
  7. (bleh).
  8.  
  9. These diffs require GNU C, and allow you to build an unzip/zipinfo/funzip
  10. that supports long filenames (on appropriate filesystems, thanks to the 
  11. MiNT library), as well as symlinks.  It also does "proper" (ie, DOS-style)
  12. translation of text-file end-of-line characters.  The programs also build 
  13. as shared-text binaries, so you can start unzipping several files at once 
  14. in the background and only a small part of unzip will be duplicated in 
  15. memory.
  16.  
  17. I build unzip with the MiNT library (it's in much better shape than the
  18. GNU C library and it's updated constantly... not to mention the fact
  19. that it does all sorts of nifty things for you), GNU C 2.4.5 (2.5.x has
  20. rather sever problems on the 68000, including the amazing ability to
  21. produce code that _will_not_ work on a 68000... even in plain 68000
  22. code-generation mode!  Yahoo...).  Oh, and I tested it extensively under
  23. MiNT's minix filesystem as well as the bogus DOS filesystem that "normal"
  24. Atari partitions have.
  25.  
  26. [...]
  27.  
  28. The Makefile won't need any editing if you want to built unzip et al. on
  29. a minix filesystem; if you want to install it on a DOS filesystem, use
  30. "cp" instead of "ln" for zipinfo.  [Or, to save disk space, make a script/
  31. command-file which invokes "unzip -Z ...". --CN]
  32.  
  33. If you want to compile this using Turbo C (aka Pure C in North America)
  34. you're on your own...  That's ok, I'll make a nice binary version of
  35. unzip available as soon as the official 5.1 version is released (give or
  36. take a few days).
  37.  
  38. Enjoy!  Cave Newt should be given kudos for keeping this monster easy to
  39. port...  ;-)  [Hah!  But thanks anyway. :-) --CN]
  40.  
  41. -Chris-
  42. cherborth@semprini.waterloo-rdp.on.ca
  43.